home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / modules / v_tracks.swf / scripts / DefineSprite_20 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-06-25  |  293 b   |  11 lines

  1. if(_parent._parent._parent.animatedLink)
  2. {
  3.    _parent._visible = true;
  4. }
  5. txtLabel.htmlText = _parent.bigText;
  6. myFormat = new TextFormat();
  7. myFormat.color = _parent.linkColor;
  8. txtLabel.setTextFormat(myFormat);
  9. txtLabel.autoSize = true;
  10. arrowMC._x = txtLabel._x + txtLabel._width + 1;
  11.